.toast-top-right {
    bottom: 0;
    top: unset !important;
    position: fixed;
    justify-content: CENTER;
    text-align: center;
    margin: 1rem auto;
    z-index: 1061;
}

    .toast-top-right > .toast {
        opacity: 1 !important;
        width: 15rem;
        padding: 0.5rem 1rem;
    }

.toast.toast-success {
    background-color: #51a351;
    color: #fff;
  
}

.toast.toast-error {
    background-color: #bd362f;
    color: #fff;
}

/*toast toast-warning*/
.toast.toast-warning {
    background-color: #f89406;
    color: #fff;
}
